github.com/refraction-networking/utls.PubClientHelloMsg.SessionId (field)

8 uses

	github.com/refraction-networking/utls (current package)
		u_conn.go#L577: 		inner.sessionId = uconn.HandshakeState.Hello.SessionId
		u_conn.go#L600: 	headerLength := 2 + 32 + 1 + len(hello.SessionId) +
		u_conn.go#L643: 	binary.Write(bufferedWriter, binary.BigEndian, uint8(len(hello.SessionId)))
		u_conn.go#L644: 	binary.Write(bufferedWriter, binary.BigEndian, hello.SessionId)
		u_parrots.go#L2839: 		uconn.HandshakeState.Hello.SessionId = sessionID[:]
		u_public.go#L359: 	SessionId                    []byte
		u_public.go#L399: 			sessionId:                        chm.SessionId,
		u_public.go#L449: 			SessionId:                    chm.sessionId,